HipButtonMetadata

Undocumented in source.

Constructors

this
this(int key)
Undocumented in source.

Members

Functions

getDownTimeDuration
float getDownTimeDuration()
Undocumented in source. Be warned that the author may not have intended to support it.
getLastDownTimeDuration
float getLastDownTimeDuration()
Undocumented in source. Be warned that the author may not have intended to support it.
getLastUpTimeDuration
float getLastUpTimeDuration()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpTimeDuration
float getUpTimeDuration()
Undocumented in source. Be warned that the author may not have intended to support it.
isNewState
bool isNewState()
Undocumented in source. Be warned that the author may not have intended to support it.
isPressed
bool isPressed()
Undocumented in source. Be warned that the author may not have intended to support it.
setPressed
void setPressed(bool press)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_isNewState
bool _isNewState;
Undocumented in source.
_isPressed
bool _isPressed;
Undocumented in source.
clickCount
ubyte clickCount;
downTimeStamp
float downTimeStamp;
Undocumented in source.
lastDownTime
float lastDownTime;
Undocumented in source.
lastUpTime
float lastUpTime;
Undocumented in source.
timeStartedCheckingRestart
float timeStartedCheckingRestart;
Undocumented in source.
timeUntilRestartMulticlick
float timeUntilRestartMulticlick;
upTimeStamp
float upTimeStamp;
Undocumented in source.

Meta